home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhase 2.0 demo.sit / MacPhase 2.0 Demo.rsrc / TEXT_261_hints.txt < prev    next >
Encoding:
Text File  |  1994-08-10  |  1.8 KB  |  23 lines

  1. Helpful Hints
  2.  
  3. FFT:
  4. An FFT will transform spatial data ( ie. a picture ) to a spatial frequency domain.  This spatial frequency information sort of shows the amounts of detail in the spatial data.  Say you had a 64x64 array which was a sine wave as a function of X only, the array would look like a plowed field.  And say this plowed field had 5 furrows across it, when you do a FFT you will find that there are dots at F(-5,0) and F(5,0).  
  5.  
  6. Inverse FFT:
  7. Much the same as FFT only it transforms spatial frequency data to spatial data.
  8.  
  9. Uses for FFT:
  10. Several complex operations can be done simply with FFTs.  
  11.  
  12. Convolutions of two data windows can be done by taking FFTs of both windows, multiplying the magnitudes and adding the phases.  Then inverse FFT the resulting magnitude and phase to yield a convolution.
  13.  
  14. Filtering of a data window can be done by taking an FFT of that window and then using one of the drawing tools remove the frequencies desired.  Then perform an inverse FFT to yield a filtered data window.  Removing high frequencies smooth, removing low frequencies sharpen.
  15.  
  16. Color Scanning/Automated Scan:
  17. Color scanning/Automated Scan can help you find hidden detail in a data set.
  18.  
  19. Statistics:
  20. Most times this will show the user what his data looks like statistically, if it does not look right chances are it isn't.  Close that statistics window and do a Calc Statistics, then do Statistics again.
  21.  
  22. Histogram Equalization:
  23. If you have a data window whose gray scale plot is being saturated by some very high values do the following to improve visibility of washed out data.  Select an area of low contrast, select ReScale Window from the Graphics menu.  The selection you made will be scanned for a maximum and minimum value.  This max and min will be use to scale your data's gray scale representation.